Conversion between JSON and TOML.
Converts a TOMLValue to a JSONValue. Note: datetimes are converted to strings.
Convert a JSONValue to a TOMLValue.
See Source File toml/conv/json.d
Kripth References: https://github.com/toml-lang/toml/blob/master/conv-json/README.md
MIT
Conversion between JSON and TOML.